Auto merge of #4162 - alexcrichton:termcolor, r=matklad
authorbors <bors@rust-lang.org>
Wed, 14 Jun 2017 09:57:12 +0000 (09:57 +0000)
committerbors <bors@rust-lang.org>
Wed, 14 Jun 2017 09:57:12 +0000 (09:57 +0000)
commitd917378d335219be490aad3f22c196d99c638f28
tree4508e1da286455297f51f08cc87fefd85a3eecab
parente934177fca2cbe20fed853328c36c9d8d11d477c
parentf8fb0a022853ab3f423889d442c695511ece3692
Auto merge of #4162 - alexcrichton:termcolor, r=matklad

Migrate from the `term` crate to `termcolor`

The API of `termcolor` fits what the system gives us much more nicely and should
be well battle-tested from ripgrep. Additionally we don't really need huge
terminfo parsers, that wasn't every really the intention of the color support
here.
src/cargo/ops/cargo_new.rs